home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
boolone.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
438b
|
19 lines
.TH BOOLONE
6 "IRIT Version 6.0"
.SH NAME
BOOLONE
SurfaceType BOOLONE( CurveType Crv )
Given a closed curve, the curve is subdivided into four segments equally
spaced in the parametric space that are fed into BOOLSUM. Useful if
a surface should "fill" the area enclosed by a closed curve.
Example:
Srf = BOOLONE( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );
Creates a disk surface containing the area enclosed by the unit circle.